home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / MODEM_IO.H < prev    next >
Text File  |  1995-02-11  |  249b  |  12 lines

  1. /* modem_io.h */
  2.  
  3. int  ModemSendTo(int,int,char *);
  4. char ModemWaitFor(int,int,int,char *);
  5. int  ModemQuiet(int,int);
  6. void ModemHangup(int);
  7. void ModemCmdState(int);
  8. void ModemEcho(int,int);
  9. void ModemDump(void);
  10. void ModemDebug(void);
  11.  
  12.